PdfSaveOptionsUseSystemFonts Property

Gets or sets whether the operating system's font directories are searched. Default is true. Set it to false to embed only the fonts given through AddFontDirectory(String) and RegisterFont(String, Boolean, Boolean, String), which makes the output identical on every machine.

Definition

Namespace: Independentsoft.Office.Pdf
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public bool UseSystemFonts { get; set; }

Property Value

Boolean

See Also